Skip to content

Conversation

@tomkp
Copy link
Owner

@tomkp tomkp commented Jan 6, 2026

Summary

  • Add documentation about the requirement for parent containers to have explicit dimensions
  • Address common issue where pane content appears invisible (especially in vertical splits)
  • Add note in Quick Start section with link to detailed Container Sizing section
  • Include code examples showing correct and incorrect usage

Context

This addresses issue #865 where users reported pane content not rendering. The root cause is typically a missing height on the parent container, especially for vertical splits.

Test plan

  • Linting passes
  • TypeScript compiles
  • Tests pass

Document the requirement for parent containers to have explicit dimensions,
especially for vertical splits. This addresses a common issue where pane
content appears invisible when the container has no defined height.

- Add note in Quick Start section with link to details
- Add Container Sizing section with problem description and solutions
- Include code examples showing correct and incorrect usage

Fixes #865
@tomkp tomkp merged commit 6028054 into master Jan 6, 2026
1 check passed
@tomkp tomkp deleted the docs/container-dimensions-requirement branch January 6, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants